home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / VIDEO.HPJ < prev    next >
Encoding:
Microsoft Help compiler Project  |  1996-09-16  |  4.5 KB  |  140 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for VIDEO 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS=value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the VIDEO.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT=entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT=entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=C:\ROBODEMO
  19.  
  20. ; The CONTENTS=tells the help Engine which topic contains the contents 
  21. CONTENTS=IDH_CONTENTS
  22.  
  23. ; Title is Displayed in the Title Bar of WINHELP.EXE
  24.  
  25. ; The BUILD=setting allows complex Help systems which require
  26. ; different versions to use the same source.  This is similar to #ifdef's 
  27. ; in the 'C' language.  Everything to the right of the=sign in the 
  28. ; BUILD=statement is an EXPRESSION.  See the Help compiler 
  29. ; documentation for more information about build expressions.
  30. BUILD=WINDOWS
  31.  
  32. ; The Warning Level is used by the Help Compiler (HC.EXE)
  33. ; WARNING=1  - Only the most severe warnings are reported
  34. ; WARNING=2  - Intermediate Level of warnings
  35. ; WARNING=3  - Most stringent error reporting
  36.  
  37. ; The Compress option is used by the Help Compiler to make 
  38. ; smaller, faster loading .HLP files.  However, using compression
  39. ; increases Compile times.
  40. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  41.  
  42.  
  43. COMPRESS=HIGH
  44. OLDKEYPHRASE=NO
  45. REPORT=NO
  46. OPTCDROM=0
  47. TITLE=WinHelp Video Kit Sample
  48. ERRORLOG=Q:\Project\VideoKit\400DocHelp\vid16samp\VIDEO.err
  49. [BUILDTAGS]
  50. ; The Build Tags section specifies to the Help Compiler the names
  51. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  52. ; section is optional.
  53. WINDOWS
  54.  
  55.  
  56. [CONFIG]
  57. ; The config section allows you to define some macros which will be
  58. ; executed when the help system is first executed.
  59. ;
  60. ; The next line gives you browse buttons:
  61. ;
  62. BrowseButtons()
  63.  
  64. ;
  65. ; To create a glossary button which displays a list of defined terms
  66. ; in a secondary window, remove the semi colon at the start of the next
  67. ; line and do the same with the Glossary window in the [WINDOWS] section
  68. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  69. ;
  70. RegisterRoutine("rhmmplay.dll","VideoPath","S") ;=
  71. RegisterRoutine("rhmmplay.dll","VideoCaption","S") ;=
  72. RegisterRoutine("rhmmplay.dll","VideoMenu","S") ;=
  73. RegisterRoutine("rhmmplay.dll","Video","S") ;=
  74. RegisterRoutine("rhmmplay.dll","Sound","S") ;=
  75. RegisterRoutine("rhmmplay.dll","SoundOnly","S") ;=
  76. VideoPath(qchpath) ;=
  77.  
  78.  
  79. [FILES]
  80. ; The files section is where you specify to the Help Compiler which
  81. ; Rich Text Format (.RTF) (your help source) files will be used in the
  82. ; Help system.  RoboHELP generates and maintains the main .RTF 
  83. ; file for your Help System.  If you desire to have multiple .RTF files,
  84. ; simply add the additonal names to the [FILES] section.
  85.  
  86. VIDEO.RTF
  87. [ALIAS]
  88. ; The Alias  section allows you to set up aliases for context strings 
  89. ; in your help system.  
  90. ; Brief example:
  91. ;    IDH_UserID=IDH_RoboGenerated_Id
  92. ;    IDH_WMP_MenuID=IDH_RoboGenerated_Id
  93. ;    IDH_Any=IDH_AnyOther
  94.  
  95. [MAP]
  96. ; The Map Section is where the C language #defines are translated 
  97. ; or mapped into the Help System Context Strings.  Standard C syntax
  98. ; can be employed.  The .HH file is meant to be #include(d) into your 
  99. ; Windows application source code.
  100.  
  101. [BITMAPS]
  102. ; The [BITMAPS] section is where you list any Bitmaps which have
  103. ; been placed by reference in the Help System.  See the Help compiler
  104. ; documentation for more information about placing bitmaps.
  105. ; The [BITMAPS] section is not really required under Windows 3.1,
  106. ; with the advent of the BMROOT item in the [OPTIONS] section.
  107. ;FOO1.BMP
  108. ;FOO2.BMP
  109. ;C:\FOO\FOO3.BMP
  110. ;And So On
  111.  
  112. [WINDOWS]
  113. ; Windows Help can display help in one of 5 secondary windows.
  114. ; Before using a secondary window, the window must be defined
  115. ; in this section:
  116. ;Gloss="Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  117.  
  118. main=,(206,0,614,1023),0,,(255,255,255),0
  119. [BAGGAGE]
  120. ; The Baggage section allows the user to include files which
  121. ; will be placed in the internal file system for WinHelp.  
  122. ; Using files from Baggage is a little faster for CDROM, since
  123. ; the CDROM drive table does not need to be read from disk.
  124. ;
  125. ; Baggage files are referred to as regular bitmaps, except
  126. ; that you prefix the filename with '!'.
  127. ;
  128. ;    For Instance:
  129. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  130. ;
  131.